GAU-19 gatling machine gun(beta)
-----------------------------------
GAU-19 model convert from Fallout New Vegas MOD to GTAIV by cjisntgay

Install the model:

open sparkIV or openIV, browse to your GTAIV main folder/pc/models/cdimages/weapons.img, import w_eagle.wdr and w_eagle.wtd then save!

install weaponinfo.xml:  your GTAIV main folder/common/data

install sound:

1. download gta ivaud 1.1.5(http://www.gta4-mods.com/tools/gta-ivaud-v115-f3996)

2. open sparkIV(openIV can't do this), browse to GTAIV main folder/pc/audio/sfx/resident.rpf (select resident in the left-side first)

3. export WEAPONS.ivaud to the desktop

4. open gta ivaud 1.1.5, and open the WEAPONS.ivaud

5. look for and replace EAGLE_SHOT1_L.wav EAGLE_SHOT1_R.wav EAGLE_TAIL_L.wav EAGLE_TAIL_R.wav and EAGLE_SHOT2.wav, scroll down to: number # 104-106 and 109, 110

6. SAVE it, and import WEAPONS.ivaud again with sparkIV(openIV can't do this)


+++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++
THE information you have to replace in weaponinfo.xml, you'll find these words in your weaponinfo.xml
-------------------------------------------------
<weapon type="DEAGLE">
		<data slot="HANDGUN" firetype="INSTANT_HIT" damagetype="BULLET" group="PISTOL_LARGE" targetrange="45.0" weaponrange="50.0" clipsize="9" ammomax="1500" timebetweenshots="333">
			<damage base="40" networkplayermod="4.0" networkpedmod="1.0"/>
			<physics force="75.0"/>
			<reload time="2000" fasttime="2000" crouchtime="2000"/>

			<aiming accuracy="0.5">
				<offset         x="0.15" y="1.0" z="0.55"/>
				<crouchedoffset x="0.2"  y="1.0" z="0.05"/>
				<reticule standing="0.6" ducked="0.5" scale="0.3"/>
			</aiming>

			<pickup regentime="240000" ammoonstreet="30"/>

			<controller>
				<rumble duration="150" intensity="0.1"/>
			</controller>

			<flags>
				<flag>GUN</flag>
				<flag>CAN_AIM</flag>
				<flag>CAN_FREE_AIM</flag>
				<flag>ANIM_RELOAD</flag>
				<flag>ANIM_CROUCH_FIRE</flag>
			</flags>
		</data>

		<assets model="w_eagle">
			<anim group="gun@deagle" meleegroup1="firearm_core"/>

			<effects>
				<muzzle fx="muz_pistol_large"/>
				<shell fx="weap_ejected_pistol"/>
			</effects>
		</assets>
	</weapon>

==========================================================
then copy and change to these words

<weapon type="DEAGLE">
		<data slot="HANDGUN" firetype="INSTANT_HIT" damagetype="BULLET" group="PISTOL_LARGE" targetrange="60.0" weaponrange="3360.0" clipsize="300" ammomax="4500" timebetweenshots="333">
			<damage base="4820" networkplayermod="4.0" networkpedmod="1.0"/>
			<physics force="520.0"/>
			<reload time="2000" fasttime="2000" crouchtime="2000"/>

			<aiming accuracy="0.5">
				<offset x="0.15" y="1.0" z="0.55"/>
				<crouchedoffset x="0.2" y="1.0" z="0.05"/>
				<reticule standing="0.6" ducked="0.5" scale="0.3"/>
			</aiming>

			<pickup regentime="240000" ammoonstreet="30"/>

			<controller>
				<rumble duration="150" intensity="0.1"/>
			</controller>

			<flags>
				<flag>GUN</flag>
				<flag>CAN_AIM</flag>
				<flag>ANIM_RELOAD</flag>
				<flag>CAN_FREE_AIM</flag>
				<flag>ANIM_CROUCH_FIRE</flag>
			</flags>
		</data>

		<assets model="w_eagle">
			<anim group="gun@handgun">
			        <rates firerate="8.5" blindfirerate="8.5"/>
			</anim>
                         
                        <effects>
				<muzzle fx="muz_machine"/>
			</effects>
		</assets>
	</weapon>
